SchemesDsl

public final class SchemesDsl

Configures schemes' callbacks.

Since

8.0.0

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final Unit add(Scheme scheme, InterceptUrlRequestCallback callback)

Associates the given URL scheme with the callback, so that all URL requests with the given scheme will be intercepted before they are sent out.